-- card: 4025 from stack: in -- bmap block id: 4226 -- flags: 0000 -- background id: 2658 -- name: ----- HyperTalk script ----- on openCard hide card field 7 hide card field 9 hide card field 10 put 0 into card field 9 put 0 into card field 10 put 0 into card field 2 put 0 into card field 3 put " " into card field 4 repeat with x=11 to 13 hide card field x end repeat hide card field 6 hide card field 8 end openCard -- part 1 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=14 top=22 right=41 bottom=135 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 2 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=136 top=172 right=187 bottom=176 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 3 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=209 top=171 right=186 bottom=255 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 4 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=297 top=172 right=188 bottom=349 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 5 (field) -- low flags: 80 -- high flags: 0004 -- rect: left=297 top=116 right=167 bottom=352 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 6 (field) -- low flags: 80 -- high flags: 0000 -- rect: left=295 top=252 right=300 bottom=394 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 7 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=16 top=46 right=101 bottom=125 -- title width / last selected line: 0 -- icon id / first selected line: 31685 / 31685 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Push to Get Numbers ----- HyperTalk script ----- on mouseUp hide card field 11 hide card field 12 hide card field 13 put " " into card field 4 hide card field 8 hide card field 7 hide card field 6 hide card field 9 hide card field 10 put the random of 9 into x put the random of 10 into y put the random of 10 into z put x*100 into nex put (y-1)*10 into ney put z-1 into nez put nex+ney+nez into card field 2 put the random of 9 into x put the random of 10 into y put the random of 10 into z put x*100 into net put (y-1)*10 into nes put z-1 into ner if net+nes+ner>nex+ney+nez then put nex+ney+nez into card field 3 if net+nes+ner>nex+ney+nez then put net+ner+nes into card field 2 if net+nes+ner